home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precos 4.97 Computer 2000
/
Precos 4.97 Computer 2000.iso
/
pc
/
info
/
5network
/
3com
/
demos
/
msh
/
2g.dir
/
00060_Script_60
< prev
Wrap
Text File
|
1995-11-22
|
149b
|
10 lines
on exitFrame
global count
if count<1 then
put count+1 into count
go to frame "xx2"
else
go to the frame +1
end if
end